'Declaration Public Overloads Shared Function MergeDocuments( _ ByVal ParamArray mergedDocuments() As System.ValueTuple(Of GcWordDocument,FormattingCopyStrategy) _ ) As GcWordDocument
public static GcWordDocument MergeDocuments( params System.ValueTuple<GcWordDocument,FormattingCopyStrategy>[] mergedDocuments )
Parameters
- mergedDocuments
- An array of pairs of source documents and corresponding formatting copy strategies.
Return Value
The newly created GcWordDocument consisting of the merged Body ranges of the source documents.